home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Maguma
/
workbench-2.1.0-trial.exe
/
{app}
/
resource
/
themes
/
NoTB
/
cvs_toolbar.xrc
< prev
next >
Wrap
Extensible Markup Language
|
2004-05-12
|
2KB
|
50 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxToolBar" name="cvs_toolbar">
<bitmapsize>16,16</bitmapsize>
<style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
<dontattachtoframe>1</dontattachtoframe>
<object class="tool" name="cvs_menu_accounts">
<bitmap>./img/cvs_act_acct.png</bitmap>
<tooltip>Choose active account</tooltip>
<longhelp>Choose the active CVS account</longhelp>
</object>
<object class="tool" name="cvs_menu_home">
<bitmap>./img/cvs_act_home.png</bitmap>
<tooltip>Goto Default Home</tooltip>
<longhelp>Goto Default Home ...</longhelp>
</object>
<object class="tool" name="cvs_menu_checkout">
<bitmap>./img/cvs_act_checkout.png</bitmap>
<tooltip>Checkout module</tooltip>
<longhelp>Checkout a new module from the server ...</longhelp>
</object>
<object class="tool" name="cvs_menu_update">
<bitmap>./img/cvs_act_update.png</bitmap>
<tooltip>Update from Server</tooltip>
<longhelp>Update from the server...get newest versions</longhelp>
</object>
<object class="tool" name="cvs_menu_commit">
<bitmap>./img/cvs_act_commit.png</bitmap>
<tooltip>Commit to Server</tooltip>
<longhelp>Commit selection or this directory and subdirectories to cvs ...</longhelp>
</object>
<object class="tool" name="cvs_menu_add">
<bitmap>./img/cvs_act_add.png</bitmap>
<tooltip>Add selection to this module</tooltip>
<longhelp>Add selection to current CVS module ...</longhelp>
</object>
<object class="tool" name="cvs_menu_remove">
<bitmap>./img/cvs_act_remove.png</bitmap>
<tooltip>Remove selection</tooltip>
<longhelp>Remove the selected files from this module ...</longhelp>
</object>
<object class="separator"/>
<object class="tool" name="cvs_menu_updir">
<bitmap>./img/cvs_act_updir.png</bitmap>
<tooltip>Go to the parent directory</tooltip>
<longhelp>Move one folder up ...</longhelp>
</object>
</object>
</resource>